type runtime.worldStop
13 uses
runtime (current package)
mgc.go#L833: var stw worldStop
mgc.go#L1082: var stw worldStop
mgc.go#L1344: func gcMarkTermination(stw worldStop) {
mprof.go#L1702: var stw worldStop
proc.go#L1503: type worldStop struct {
proc.go#L1513: var stopTheWorldContext worldStop
proc.go#L1532: func stopTheWorld(reason stwReason) worldStop {
proc.go#L1545: func startTheWorld(w worldStop) {
proc.go#L1572: func stopTheWorldGC(reason stwReason) worldStop {
proc.go#L1580: func startTheWorldGC(w worldStop) {
proc.go#L1628: func stopTheWorldWithSema(reason stwReason) worldStop {
proc.go#L1746: return worldStop{
proc.go#L1760: func startTheWorldWithSema(now int64, w worldStop) int64 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |